String.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opCall(string str)
  2. auto opCall(const(char)* str)
  3. auto opCall(String str)
  4. auto opCall(Args args)
    struct String
    @nogc static
    opCall
    (
    Args...
    )
    (
    Args args
    )

Meta